swap-out - ترجمة إلى العربية
DICLIB.COM
أدوات لغة الذكاء الاصطناعي
أدخل كلمة أو عبارة بأي لغة 👆
اللغة:     

ترجمة وتحليل الكلمات بواسطة الذكاء الاصطناعي

في هذه الصفحة يمكنك الحصول على تحليل مفصل لكلمة أو عبارة باستخدام أفضل تقنيات الذكاء الاصطناعي المتوفرة اليوم:

  • كيف يتم استخدام الكلمة في اللغة
  • تردد الكلمة
  • ما إذا كانت الكلمة تستخدم في كثير من الأحيان في اللغة المنطوقة أو المكتوبة
  • خيارات الترجمة إلى الروسية أو الإسبانية، على التوالي
  • أمثلة على استخدام الكلمة (عدة عبارات مع الترجمة)
  • أصل الكلمة

swap-out - ترجمة إلى العربية

PROCESS OF SWAPPING DATA BETWEEN COMPUTER VARIABLES
Std::swap; Swap (computer science); Swap operation

swap-out      
يُبْعِد
Swap operation         
صفة متكافئة ، صفقة مرتبطة
Credit default swap         
  • If the reference bond defaults, the protection seller pays par value of the bond to the buyer, and the buyer transfers ownership of the bond to the seller
  • Cashflows for a Credit Default Swap.
  • Composition of the United States 15.5 trillion US dollar CDS market at the end of 2008 Q2. Green tints show Prime asset CDSs, reddish tints show sub-prime asset CDSs. Numbers followed by "Y" indicate years until maturity.
  • Proportion of CDSs nominals (lower left) held by United States banks compared to all derivatives, in 2008Q2. The black disc represents the 2008 public debt.
  • Sovereign credit default swap prices of selected European countries (2010-2011). The left axis is basis points, or 100ths of a percent; a level of 1,000 means it costs $1 million per year to protect $10 million of debt for five years.
FINANCIAL SWAP AGREEMENT IN CASE OF DEFAULT
Credit Default Swap; Credit-default swap; Credit default swaps; Credit-default swaps; "default credit swap"; Default credit swap; Credit defaults swaps; Credit Default Swaps
مبادلة التزام مقابل ضمان

تعريف

swap
I
n.
exchange
to make a swap for
II
v.
1) (D; tr.) to swap for (she swapped her bicycle for a hi-fi)
2) (O) I'll swap you my bicycle for your hi-fi

ويكيبيديا

Swap (computer programming)

In computer programming, the act of swapping two variables refers to mutually exchanging the values of the variables. Usually, this is done with the data in memory. For example, in a program, two variables may be defined thus (in pseudocode):

data_item x := 1
data_item y := 0

swap (x, y);

After swap() is performed, x will contain the value 0 and y will contain 1; their values have been exchanged. This operation may be generalized to other types of values, such as strings and aggregated data types. Comparison sorts use swaps to change the positions of data.

In many programming languages the swap function is built-in. In C++, overloads are provided allowing std::swap to exchange some large structures in O(1) time.

أمثلة من مجموعة نصية لـ٪ 1
1. The swap–out pushed back Discovery‘s launch in May.
2. In July, authorities managed to swap out the chemicals.
3. About 168,000 troops are in Iraq because of overlaps while some units swap out.
4. Every few months, Huang says, he must swap out the "white" buildings, which represent projects in the planning or drawing–board stage, for finished models, rendered in color.
5. Engineers concluded at the time –– mistakenly, it turned out –– that the intermittent problem with the sensor would almost certainly be fixed by the swap–out.